----------------------------------------------------
Changelog from version 1.2.1 to 1.3.0
----------------------------------------------------

If you have made code changes to your theme files you can manually update the theme by following the code changes below. Please back up your own edited theme files before making these changes.

--------------------------
Remove Files
--------------------------

template-fullwidth.php

--------------------------
New Files
--------------------------

template-post-fullwidth.php - Upload to "magnifizine" directory
template-page-fullwidth.php - Upload to "magnifizine" directory

--------------------------
Reupload Files/Folder
--------------------------

video-file.php - Upload to "magnifizine" directory
css/style-ie7.css - Upload to "css" directory
js/jquery.flow.1.2.auto.js - Upload to "js" directory
images/prettyPhoto - Upload to "images" directory
images/no-thumb-large.jpg - Upload to "images" directory


--------------------------
style.css
--------------------------

** Find around line 3: **

Version: 1.2.0

** Replace with: **

Version: 1.3.0


** Find around line 447: **

width: 125px;

** Replace with: **

width: 123px;


** Find around line 461: **

width: 117px;

** Replace with: **

width: 115px;


** Find around line 472: **

width: 505px;

** Replace with: **

width: 507px;


** Find around line 505: **

a.tab {
font-family: 'BonvenoCF-Light', Arial;
text-transform: uppercase;
color: #000000;
font-size: 12pt;
text-decoration: none;
display:inline-block;
padding: 10px 20px;
cursor: pointer;
}
a.tab-active, a.tab-active:hover {
font-family: 'BonvenoCF-Light', Arial;
text-transform: uppercase;
background: #000000;
font-size: 12pt;
text-decoration: none;
display:inline-block;
padding: 10px 20px;
cursor: pointer;
}

** Replace with: **

a.tab {
float: left;
font-family: 'BonvenoCF-Light', Arial;
text-transform: uppercase;
color: #000000;
font-size: 12pt;
text-decoration: none;
display: block;
padding: 10px 20px;
cursor: pointer;
}
a.tab-active, a.tab-active:hover {
float: left;
font-family: 'BonvenoCF-Light', Arial;
text-transform: uppercase;
background: #000000;
font-size: 12pt;
text-decoration: none;
display: block;
padding: 10px 20px;
cursor: pointer;
}


** Find around lines 530-534: **

.large-thumbnail {
width: 640px;
min-height: 225px;
max-height: 250px;
overflow: hidden;
position: relative;
}

** Replace with: **

.large-thumbnail {
width: 640px;
height: 250px;
overflow: hidden;
position: relative;
background: url(images/no-thumb-large.jpg) no-repeat;
}


** Find around line 701: **

width: 122px;

** Replace with: **

width: 123px;


** Find around line 716: **

width: 114px;

** Replace with: **

width: 115px;


** Find around line 737: **

/* Portfolio Slider */

** Add above: **

.slider-link {
line-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0 none !important;
}
.wp-post-image {
border: 0 none;
}
object {
line-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0 none !important;
}


** Find around line 827: **

top:-650px;

** Replace with: **

top:-653px;

** Find around line 840: **

top:-475px;

** Replace: **

top:-478px;

** Find around line 853: **

top:-553px;

** Replace with: **

top:-556px;

** Find around lines 1216-1221: **

.wp-pagenavi span.current, .page-comments span.current, .wp-pagenavi a:hover, .page-numbers:hover {	
color: #ffffff !important;
text-decoration: none !important;
background: #000000 !important;
border: 0 none !important;
}

** Add below: **

.post-navi {
float: right;
margin: 10px 0 30px 0;
font-family: 'BonvenoCF-Light', Arial !important;
padding: 2px 8px 4px 8px !important; 
font-size: 12pt;
text-transform: uppercase !important;
text-decoration: none !important;
}
.post-navi span {
text-decoration: none;
font-family: 'BonvenoCF-Light', Arial !important;
padding: 2px 8px 4px 8px !important; 
margin: 0 0 0 5px !important;
font-size: 12pt !important;
font-weight: normal !important;
background: #000000 !important;
}
.post-navi a span {
text-decoration: none !important;
background: transparent !important;
}
.post-navi a:hover span {
text-decoration: none;
background: #000000 !important;
}
.post-navi a:hover {
text-decoration: none !important;
}


--------------------------
header.php
--------------------------

** Find around line 18: **

<?php if($theme_favicon_ico) { ?><link rel="icon" href="<?php echo($theme_favicon_ico); ?>" type="image/vnd.microsoft.icon" />

** Add above: **

<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/includes/mediaplayer-viral/swfobject.js"></script>


** Find around lines 106-112: **

<?php if($theme_slider_effect == "Transition") { ?>
	<a href="javascript:featuredcontentslider.playpause('slider1-<?php if($theme_slider_size == "Large") { ?>large<?php } elseif($theme_slider_size == "Medium") { ?>medium<?php } else { ?>small<?php } ?>')"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/controls-pause.png" class="pngfix" onmouseover="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-pause-hover.png'" onmouseout="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-pause.png'" alt="" /></a>
	<a href="javascript:featuredcontentslider.playpause('slider1-<?php if($theme_slider_size == "Large") { ?>large<?php } elseif($theme_slider_size == "Medium") { ?>medium<?php } else { ?>small<?php } ?>')"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/controls-resume.png" class="pngfix" onmouseover="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-resume-hover.png'" onmouseout="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-resume.png'" alt="" /></a>
<?php } else { ?>
	<a class="pause"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/controls-pause.png" class="pngfix" onmouseover="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-pause-hover.png'" onmouseout="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-pause.png'" alt="" /></a>
	<a class="resume"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/controls-resume.png" class="pngfix" onmouseover="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-resume-hover.png'" onmouseout="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-resume.png'" alt="" /></a>
<?php } ?>
				
** Replace with: **

<div id="slider-controls">
	<a class="pause"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/controls-pause.png" class="pngfix" onmouseover="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-pause-hover.png'" onmouseout="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-pause.png'" alt="" /></a>
	<a class="resume"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/controls-resume.png" class="pngfix" onmouseover="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-resume-hover.png'" onmouseout="this.src='<?php bloginfo('stylesheet_directory'); ?>/images/controls-resume.png'" alt="" /></a>
</div>


** Find and remove on line 127: **

<?php if($theme_slider_effect == "Transition") { ?> class="contentdiv"<?php } ?>


** Find around lines 136-137: **

<?php if(function_exists('add_theme_support')) { ?>
	<?php the_post_thumbnail(array(980,9999), array('title' => '')); ?>

** Replace with: **

<?php if($theme_image_link == "true") { ?><a href="<?php the_permalink(); ?>" class="slider-link"><?php } ?><?php if(function_exists('add_theme_support')) { ?>
	<?php if($theme_slider_size == "Small") { ?>
		<?php the_post_thumbnail(('slider-small'), array('title' => '')); ?>
	<?php } elseif($theme_slider_size == "Medium") { ?>
		<?php the_post_thumbnail(('slider-medium'), array('title' => '')); ?>
	<?php } else { ?>
		<?php the_post_thumbnail(('slider-large'), array('title' => '')); ?>
					

** Find around line 148: **

<img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" />	
				
** Replace with: **

<?php if($theme_image_link == "true") { ?><a href="<?php the_permalink(); ?>"><?php } ?><img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" class="wp-post-image" alt="" /><?php if($theme_image_link == "true") { ?></a><?php } ?>


** Find around lines 176-180 **

<?php if($theme_slider_effect == "Sweep Across") { ?>
	<div id="myController">
<?php } else { ?>
	<div id="paginate-slider1-<?php if($theme_slider_size == "Large") { ?>large<?php } elseif($theme_slider_size == "Medium") { ?>medium<?php } else { ?>small<?php } ?>">
<?php } ?>

** Replace with: **

<div id="myController">


** Find around lines 190-197: **

<div class="<?php if($theme_slider_effect == "Sweep Across") { ?>jFlowControl<?php } else { ?>toc<?php } ?>" id="startAtMe<?php echo $counter++ ?>">

	<?php if(function_exists('add_theme_support')) { ?>
		<?php if(has_post_thumbnail()) { ?>
			<?php the_post_thumbnail(array(123,9999), array('title' => '')); ?>
		<?php } else { ?>
			<img src="<?php echo get_post_meta($post->ID, 'thumbnail', true); ?>" alt="" />
		<?php } ?>
		
** Replace with: **

<div class="jFlowControl" id="startAtMe<?php echo $counter++ ?>">
					
	<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?>
		<?php the_post_thumbnail(('thumbnail'), array('title' => '')); ?>


** Find around lines 225-226: **

<div id="main-content"<?php if(is_page_template('template-portfolio.php') OR is_page_template('template-fullwidth.php') OR is_page_template('template-page-columns.php') OR is_single(explode(',',$theme_single_template))) { ?> class="main-content-extended"<?php } ?>>

** Replace with: **

<div id="main-content"<?php if(is_page_template('template-portfolio.php') OR is_page_template('template-page-fullwidth.php') OR is_page_template('template-page-columns.php') OR 
get_post_meta($post->ID, 'post_template', true) == "Two Columns" OR
get_post_meta($post->ID, 'post_template', true) == "Full Width") { ?> class="main-content-extended"<?php } ?>>


--------------------------
footer.php
--------------------------

** Find around lines 10-11: **

<?php if(is_page_template('template-portfolio.php') OR is_page_template('template-fullwidth.php') OR is_page_template('template-page-columns.php') OR
is_single(explode(',',$theme_single_template))) { ?><?php } else { ?>

** Replace with: **

<?php if(is_page_template('template-portfolio.php') OR is_page_template('template-page-fullwidth.php') OR is_page_template('template-page-columns.php') OR
get_post_meta($post->ID, 'post_template', true) == "Two Columns" OR
get_post_meta($post->ID, 'post_template', true) == "Full Width") { ?><?php } else { ?>


** Find around line 59 (This is optional!): **

theme: 'light_square'

** Replace with: **

theme: 'facebook'


** Find and remove around line 99: **

<?php if($theme_slider_effect == "Sweep Across") { ?>


** Find and remove around line 126: **

<?php } ?>	


** Find around lines 134-155: **

$pb(this).find("div.pop_box_upper_large").animate({top:"-525px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_upper_large").animate({top:"-650px"},{queue:false,duration:500});
	});

	$pb("div#slider-container-large").hover(function(){
	$pb(this).find("div.pop_box_lower").animate({top:"-100px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_lower").animate({top:"0px"},{queue:false,duration:500});
	});
<?php } elseif($theme_slider_size == "Medium") { ?>
	$pb("div#slider-container-medium").hover(function(){
	$pb(this).find("div.pop_box_upper_medium").animate({top:"-350px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_upper_medium").animate({top:"-475px"},{queue:false,duration:500});
	});

	$pb("div#slider-container-medium").hover(function(){
	$pb(this).find("div.pop_box_lower").animate({top:"-100px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_lower").animate({top:"0px"},{queue:false,duration:500});
	});
<?php } else { ?>
	$pb("div#slider-container-small").hover(function(){
	$pb(this).find("div.pop_box_upper_small").animate({top:"-418px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_upper_small").animate({top:"-553px"},{queue:false,duration:500});
	
** Replace with: **

	$pb(this).find("div.pop_box_upper_large").animate({top:"-528px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_upper_large").animate({top:"-653px"},{queue:false,duration:500});
	});

	$pb("div#slider-container-large").hover(function(){
	$pb(this).find("div.pop_box_lower").animate({top:"-100px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_lower").animate({top:"0px"},{queue:false,duration:500});
	});
<?php } elseif($theme_slider_size == "Medium") { ?>
	$pb("div#slider-container-medium").hover(function(){
	$pb(this).find("div.pop_box_upper_medium").animate({top:"-353px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_upper_medium").animate({top:"-478px"},{queue:false,duration:500});
	});

	$pb("div#slider-container-medium").hover(function(){
	$pb(this).find("div.pop_box_lower").animate({top:"-100px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_lower").animate({top:"0px"},{queue:false,duration:500});
	});
<?php } else { ?>
	$pb("div#slider-container-small").hover(function(){
	$pb(this).find("div.pop_box_upper_small").animate({top:"-421px"},{queue:false,duration:500});},
	function(){ $pb("div.pop_box_upper_small").animate({top:"-556px"},{queue:false,duration:500});
	

** Find and remove around lines 195-209: **

<?php if($theme_slider_effect == "Transition") { ?>
	<script type="text/javascript">
	featuredcontentslider.init({
	id: "slider1-<?php if($theme_slider_size == "Large") { ?>large<?php } elseif($theme_slider_size == "Medium") { ?>medium<?php } else { ?>small<?php } ?>", //id of main slider DIV
	contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
	toc: "markup", //Valid values: "#increment", "markup", ["label1", "label2", etc]
	nextprev: ["", ""], //labels for "prev" and "next" links. Set to "" to hide.
	revealtype: "click", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
	enablefade: [true, 0.1], //[true/false, fadedegree]
	autorotate: [<?php if($theme_disable_autoslide == "true") { ?>false<?php } else { ?>true<?php } ?>, <?php echo($theme_main_slider_speed) ?>], //[true/false, pausetime]
	onChange: function(previndex, curindex){
	}
	})
	</script>
<?php } ?>


--------------------------
functions.php
--------------------------

** Find around line 6: **

get_option('thumbnail_crop');

** Add below: **

add_image_size('slider-large', 980, 525, true);
add_image_size('slider-medium', 980, 350, true);
add_image_size('slider-small', 780, 418, true);
add_image_size('thumbnail', 123, 100, true);
add_image_size('portfolio-image', 560, 300, true);
add_image_size('alt-cat-image', 980, 300, true);
add_image_size('large-image', 640, 250, true);
add_image_size('sidebar-image', 280, 150, true);


** Find and remove around lines 175-182: **

"name" => "Slider Effect",
"desc" => "Choose the type of slider you want to display.",
"id" => $shortname."_slider_effect",
"std" => "Large",
"options" => array('Sweep Across', 'Transition'),
"type" => "select"),

array(  


** 	Find around line 190: **

"name" => "Disable Slider Description",

** Add above: **

"name" => "Link Slider Images To Posts",
"desc" => "Checking this makes the images in the sliders clickable, linking them to their posts",
"id" => $shortname."_image_link",
"std" => "false",
"type" => "checkbox"),

array(  


** Find and remove around lines 226-234: **

"name" => "Video Display",
"desc" => "Select how the video will be display in the slider<br/>Fill: Stretches to fill the slider
<br/>Fit: Video does not stretch to fit slider.",
"id" => $shortname."_vid_stretch",
"std" => "Fill",
"options" => array('Fill', 'Fit'),
"type" => "select"),		

array( 
      
      
** Find and remove around lines 281-289: **

"name" => "Video Display",
"desc" => "Select how the video will be display in the slider<br/>Fill: Stretches to fill the slider
<br/>Fit: Video does not stretch to fit slider.",
"id" => $shortname."_lb_vid_stretch",
"std" => "Fill",
"options" => array('Fill', 'Fit'),
"type" => "select"),

array(

        
** Find and remove around lines 366-372: **

array(
"name" => "Two Column Template Post IDs",
"desc" => "Enter the IDs of the posts that are using the two column post template (e.g. 23,51,102,65)<br/><b>Note: In the future you will only be required to select a custom template on the post page for this feature to work. This part will no longer be required.</b>",
"id" => $shortname."_single_template",
"std" => "",
"type" => "text"),


** Find around lines 707-712: **

'featured' => array( 'name' => 'featured', 'title' => __('Featured Post', 'hybrid'), 'desc' => 'Checking this displays the post under the Featured tab on the index page and the Category Type 1 header if it is the latest post assigned to that category', 'type' => 'checkbox' ),		
'slider' => array( 'name' => 'slider', 'title' => __('Main Slider', 'hybrid'), 'desc' => 'Checking this displays the post in the slider', 'type' => 'checkbox' ),
'mini_slider' => array( 'name' => 'mini_slider', 'title' => __('Mini Slider', 'hybrid'), 'desc' => 'Checking this displays the post in the mini slider widget', 'type' => 'checkbox' ),		
'slider_image' => array( 'name' => 'slider_image', 'title' => __('Slider Image URL', 'hybrid'), 'desc' => '<strong>NOTE:</strong> If you are using WordPress 2.9 use the thumbnail upload feature to the right, otherwise enter your URL here (recommended size 980px x 525px).', 'type' => 'text' ),		
'thumbnail' => array( 'name' => 'thumbnail', 'title' => __('Thumbnail URL', 'hybrid'), 'desc' => '<strong>NOTE:</strong> If you are using WordPress 2.9 use the thumbnail upload feature to the right, otherwise enter your URL here (recommended size 122px x 100px).', 'type' => 'text' ),
'slider_video' => array( 'name' => 'slider_video', 'title' => __('Slider Video URL', 'hybrid'), 'desc' => '<strong>NOTE:</strong> If you are using WordPress 2.9 enter your video URL in the Description text box in the image upload window', 'type' => 'text' ),

** Replace with: **

'post_template' => array( 'name' => 'post_template', 'title' => __('Post Template', 'hybrid'), 'desc' => '', 'options' => array('Default', 'Full Width', 'Two Columns'), 'type' => 'select'),	
'featured' => array( 'name' => 'featured', 'title' => __('Featured Post', 'hybrid'), 'desc' => 'Checking this displays the post under the Featured tab on the index page and the Category Type 1 header if it is the latest post assigned to that category', 'type' => 'checkbox' ),		
'slider' => array( 'name' => 'slider', 'title' => __('Main Slider', 'hybrid'), 'desc' => 'Checking this displays the post in the slider', 'type' => 'checkbox' ),
'mini_slider' => array( 'name' => 'mini_slider', 'title' => __('Mini Slider', 'hybrid'), 'desc' => 'Checking this displays the post in the mini slider widget', 'type' => 'checkbox' ),		
'slider_image' => array( 'name' => 'slider_image', 'title' => __('Slider Image URL', 'hybrid'), 'desc' => '<font color="#ff0000"><strong>If you are using WordPress 2.9 and above use the thumbnail upload feature to the right.</strong></font>', 'type' => 'text' ),		
'thumbnail' => array( 'name' => 'thumbnail', 'title' => __('Thumbnail URL', 'hybrid'), 'desc' => '<font color="#ff0000"><strong>If you are using WordPress 2.9 and above use the thumbnail upload feature to the right.</strong></font>', 'type' => 'text' ),
'slider_video' => array( 'name' => 'slider_video', 'title' => __('Slider Video URL', 'hybrid'), 'desc' => '<font color="#ff0000"><strong>If you are using WordPress 2.9 and above enter your video URL in the Description text box in the image upload window.</strong></font><br/>YouTube: http://www.youtube.com/watch?v=5PSNL1qE6VY OR Flash: http://www.example.com/videos/videofile.flv</strong></font>', 'type' => 'text' ),		


** Find and remove code FROM lines 937-1068: **

/*
Plugin Name: Single Post Template

....

		if(!$value) delete_post_meta($post->ID, $key); //and delete if blank
	}
}


--------------------------
template-portfolio.php
--------------------------

** Find around line 15: **

<h1 class="left"><?php the_title(); ?></h1>

** Add above: **

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>


** Find around lines 32-33: **

	<h4 class="subtitle"><?php echo get_post_meta($post->ID, 'subtitle', true); ?></h4>
<?php } ?>

** Add below: **

<div class="clear"></div>

<?php the_content(); ?>

<?php endwhile; endif; ?>	


** Find around lines 52-60: **

<?php if(function_exists('add_theme_support')) { ?>
	<?php if(has_post_thumbnail()) { ?>
		<?php the_post_thumbnail(array(123,9999), array('title' => '')); ?>
	<?php } else { ?>
		<img src="<?php echo get_post_meta($post->ID, 'thumbnail', true); ?>" alt="" />	
	<?php } ?>	
<?php } else { ?>
	<img src="<?php echo get_post_meta($post->ID, 'thumbnail', true); ?>" alt="" />	
<?php } ?>

** Replace with: **

<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?>
	<?php the_post_thumbnail(('thumbnail'), array('title' => '')); ?>


** Find around lines 93-103: **

<?php echo $attachment->post_content ?>&image=<?php if(function_exists('add_theme_support')) { ?><?php if(has_post_thumbnail()) { ?><?php $src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array(980,9999),false,''); echo $src[0]; ?><?php } else { ?><?php echo get_post_meta($post->ID, 'slider_image', true); ?><?php } ?><?php } else { ?><?php echo get_post_meta($post->ID, 'slider_image', true); ?><?php } ?>&width=780&height=418&autostart=<?php if($theme_lb_autostart == 'Yes') { ?>true<?php } elseif($theme_lb_autostart == 'No') { ?>false<?php } ?>&quality=<?php if($theme_lb_quality == 'High') { ?>true<?php } elseif($theme_lb_quality == 'Low') { ?>false<?php } ?>&overstretch=<?php if($theme_lb_vid_stretch == 'Fill') { ?>true<?php } elseif($theme_lb_vid_stretch == 'Fit') { ?>Fit<?php } ?>&showicons=<?php if($theme_lb_icons == 'Yes') { ?>true<?php } elseif($theme_lb_icons == 'No') { ?>false<?php } ?>&bufferlength=<?php echo($theme_lb_bufferlength) ?>&backcolor=0x000000&frontcolor=0xffffff&lightcolor=0xffffff&screencolor=0x000000&shownavigation=<?php if($theme_lb_controlbar == 'Show') { ?>true<?php } elseif($theme_lb_controlbar == 'Hide') { ?>false<?php } ?>
<?php } else { ?>							
	<?php if(function_exists('add_theme_support')) { ?>
		<?php if(has_post_thumbnail()) { ?><?php $src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array(980,9999),false,''); echo $src[0]; ?><?php } else { ?><?php echo get_post_meta($post->ID, 'slider_image', true); ?><?php } ?>
	<?php } else { ?>
		<?php echo get_post_meta($post->ID, 'slider_image', true); ?>
	<?php } ?>
<?php } ?>
" rel="prettyPhoto[portimage<?php the_ID(); ?>]">
<?php if(function_exists('add_theme_support')) { ?>
<?php if(has_post_thumbnail()) { ?><?php the_post_thumbnail(array(560,9999), array('title' => '')); ?><?php } else { ?><img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" title="" /><?php } ?><?php } else { ?><img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" title="" /><?php } ?></a>

** Replace with: **

<?php echo $attachment->post_content ?>&image=<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?><?php $src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID),false,''); echo $src[0]; ?><?php } else { ?><?php echo get_post_meta($post->ID, 'slider_image', true); ?><?php } ?>&width=780&height=418&autostart=<?php if($theme_lb_autostart == 'Yes') { ?>true<?php } elseif($theme_lb_autostart == 'No') { ?>false<?php } ?>&smoothing=<?php if($theme_lb_quality == 'High') { ?>true<?php } elseif($theme_lb_quality == 'Low') { ?>false<?php } ?>&stretching=<?php if($theme_lb_vid_stretch == 'Fill') { ?>fill<?php } elseif($theme_lb_vid_stretch == 'Fit') { ?>none<?php } ?>&icons=<?php if($theme_lb_icons == 'Yes') { ?>true<?php } elseif($theme_lb_icons == 'No') { ?>false<?php } ?>&bufferlength=<?php echo($theme_lb_bufferlength) ?>&backcolor=0x000000&frontcolor=0xffffff&lightcolor=0xffffff&screencolor=0x000000&controlbar=<?php if($theme_lb_controlbar == 'Show') { ?>bottom<?php } elseif($theme_lb_controlbar == 'Hide') { ?>none<?php } ?>
<?php } else { ?>							
	<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?><?php $src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID),false,''); echo $src[0]; ?><?php } else { ?><?php echo get_post_meta($post->ID, 'slider_image', true); ?><?php } ?>
<?php } ?>
" rel="prettyPhoto[portimage<?php the_ID(); ?>]">
<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?><?php the_post_thumbnail(('portfolio-image'), array('title' => '')); ?><?php } else { ?><img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" title="" /><?php } ?></a>
	

--------------------------
post-loop.php
--------------------------

** Find around lines 7-19: **

<?php if(function_exists('add_theme_support')) { ?>

	<?php if(has_post_thumbnail()) { ?>
		<?php the_post_thumbnail(array(125,9999), array('title' => '')); ?>
	<?php } else { ?>
		<img src="<?php echo get_post_meta($post->ID, 'thumbnail', true); ?>" alt="" />
	<?php } ?>

<?php } else { ?>

	<img src="<?php echo get_post_meta($post->ID, 'thumbnail', true); ?>" alt="" />
			
<?php } ?>

** Replace with: **

<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?>
	<?php the_post_thumbnail(('thumbnail'), array('title' => '')); ?>
<?php } else { ?>
	<img src="<?php echo get_post_meta($post->ID, 'thumbnail', true); ?>" alt="" />
<?php } ?>


--------------------------
template-blog.php
--------------------------

** Find around lines 21-30: **

<?php if(function_exists('add_theme_support')) { ?>
	<?php if(has_post_thumbnail()) { ?>
		<?php the_post_thumbnail(array(640,9999,true)); ?>
	<?php } else { ?>
		<img src="<?php
		echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" />
	<?php } ?>
<?php } else { ?>
	<img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" />
<?php } ?>

** Replace with: **

<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?>
	<?php the_post_thumbnail(('large-image'), array('title' => '')); ?>
<?php } else { ?>
	<img src="<?php
	echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" />
<?php } ?>
	

--------------------------
top-post.php
--------------------------

** Find around lines 3-8: **

<?php if(function_exists('add_theme_support')) { ?>
	<?php if(has_post_thumbnail()) { ?>
		<?php the_post_thumbnail(array(640,9999), array('title' => '')); ?>
	<?php } else { ?>
		<img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" />
	<?php } ?>	
	
** Replace with: **

<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?>
	<?php the_post_thumbnail(('large-image'), array('title' => '')); ?>


--------------------------
top-post.php
--------------------------

** Find around lines 15-17: **

<?php if(has_post_thumbnail()) { ?>
		
	<?php the_post_thumbnail(array(980,9999,true)); ?>	
	
** Replace with: **

<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?>
		
	<?php the_post_thumbnail('alt-cat-image'); ?>	
	
	
--------------------------
tag.php
--------------------------

** Find around line 5: **

<h2 class="boxed"><?php single_cat_title(); ?></h2>	

** Replace with: **

<h2 class="boxed"><?php single_tag_title(); ?></h2>	


--------------------------
single.php
--------------------------

** Find around line 12: **

<div id="page-container">

** Add above: **

<!--Two Column Post Template-->
<?php if(get_post_meta($post->ID, 'post_template', true) == "Two Columns") { ?>
<?php require('template-post-columns.php'); ?>
	

<!--Full Width Post Template-->
<?php } elseif(get_post_meta($post->ID, 'post_template', true) == "Full Width") { ?>
<?php require('template-post-fullwidth.php'); ?>

<?php } else { ?>


** Find around line 34: **

<?php the_content(); ?>

** Add below: **

<div class="clear"></div>

<?php wp_link_pages('before=<div class="post-navi">Pages &pagelink=<span>%</span>&after=</div>'); ?>

<div class="clear"></div>	
		

** Find around line 45: **

<?php get_footer(); ?>

** Add above: **

<?php } ?>


--------------------------
template-post-columns.php
--------------------------

** Find and remove around lines 1-16: **

<?php
/*
Single Post Template: Two Columns
Description: Two column styled post
*/

get_header();
?>

<?php
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>			


--------------------------
page.php
--------------------------

** Find around line 13: **

<?php the_content(); ?>

** Add below: **

<div class="clear"></div>
	
<?php wp_link_pages('before=<div class="post-navi">Pages &pagelink=<span>%</span>&after=</div>'); ?>

<div class="clear"></div>	


--------------------------
theme-widgets.php
--------------------------

** Find around lines 38-46: **

<?php if(function_exists('add_theme_support')) { ?>
	<?php if(has_post_thumbnail()) { ?>
		<?php the_post_thumbnail(array(280,9999), array('title' => '')); ?>				
	<?php } else { ?>
		<img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" />
	<?php } ?>
<?php } else { ?>
	<img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" />
<?php } ?>

** Replace with: **

<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?>
	<?php the_post_thumbnail(('sidebar-image'), array('title' => '')); ?>				
<?php } else { ?>
	<img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" />
<?php } ?>	


** Find around lines 306-11: **

<?php if(function_exists('add_theme_support')) { ?>
<?php if(has_post_thumbnail()) { ?>
	<?php the_post_thumbnail(array(280,9999), array('title' => '')); ?>				
<?php } else { ?>
	<img src="<?php echo get_post_meta($post->ID, 'slider_image', true); ?>" alt="" />
<?php } ?>

** Replace with: **

<?php if(function_exists('add_theme_support') && has_post_thumbnail()) { ?>
	<?php the_post_thumbnail(('sidebar-image'), array('title' => '')); ?>				
				

--------------------------
style-blue.css, style-red.css, style-green.css, style-yellow.css, style-orange.css, style-purple.css
--------------------------

** Find around line 11: **

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.pages, .wp-pagenavi span.extend, .page-numbers, .wp-pagenavi span.current, .page-comments span.current {
				
** Replace with: **

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.pages, .wp-pagenavi span.extend, .page-numbers, .wp-pagenavi span.current, .page-comments span.current, .post-navi, .post-navi a span {